const runtime.goroutineProfileInProgress

3 uses

	runtime (current package)
		mprof.go#L1287: 	goroutineProfileInProgress
		mprof.go#L1442: 		if prev == goroutineProfileInProgress {
		mprof.go#L1455: 		if gp1.goroutineProfiled.CompareAndSwap(goroutineProfileAbsent, goroutineProfileInProgress) {